@charset "utf-8";
/* 首页样式文件 */

/* 轮播图区域 */
.carousel {
	margin-bottom: 0;
}

/* 轮播区域里的悬浮内容 */
.links-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
}

.carousel.slide {
	position: relative;
}

/* 修改轮播图的链接样式 */
.carousel-control {
	top: 50%;
	left: 3.3%;
	width: 22px;
	height: 38px;
	margin-top: -19px;
	background: url('../img/prev.png') no-repeat;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-indicators {
	top: auto;
	bottom: 10px;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

.carousel-control.right {
	right: 3.3%;
	background: url('../img/next.png') no-repeat;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}

/* 网上展馆等一排 */
.links-container .banner-links {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17px;
	text-align: center;
}

/* 里面的每一项 */
.links-container .banner-links .banner-link-item {
	position: relative;
	width: 233px;
	height: 128px;
	display: inline-block;
	margin-right: 8px;
}

.banner-links .banner-link-item a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 90%;
	color: transparent;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}

.links-container .banner-links .no-margin-right {
	margin-right: 0;
}

/* 具体每个链接的样式 */
.wszg-bg {
	background: #2074E8;
}

.wszg {
	background-image: url('../img/cn_wszg.png');
}

.hyhd-bg {
	background: #FFA200;
}

.hyhd {
	background-image: url('../img/cn_hyhd.png');
}

.xmdj-bg {
	background: #FF5124;
}

.xmdj {
	background-image: url('../img/cn_xmdj.png');
}

.rcfw-bg {
	background: #00B7F0;
}

.rcfw {
	background-image: url('../img/cn_rcfw.png');
}

.ysc-bg {
	background: #6300D5;
}

.ysc {
	background-image: url('../img/cn_ysc.png');
}


/* banner这里的连接被悬浮 */
.banner-links .banner-link-item:hover {
	height: 160px;
	margin-top: -32px;
}

.banner-links .banner-link-item:hover .wszg {
	background-image: url('../img/wzsg_hover.png');
}

.banner-links .banner-link-item:hover .hyhd {
	background-image: url('../img/hyhd_hover.png');
}

.banner-links .banner-link-item:hover .xmdj {
	background-image: url('../img/xmdj_hover.png');
}

.banner-links .banner-link-item:hover .rcfw {
	background-image: url('../img/rcfw_hover.png');
}

.banner-links .banner-link-item:hover .ysc {
	background-image: url('../img/ysc_hover.png');
}

/* 笔记本屏幕下，轮播图里的链接样式调整 */
@media screen and (max-width: 1640px) {
	
	/* 里面的每一项 */
	.links-container .banner-links .banner-link-item {
		position: relative;
		width: 152px;
		height: 82px;
		float: none;
		display: inline-block;
		margin-right: 5px;
	}
	
	.banner-links .banner-link-item a {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 90%;
		height: 90%;
		color: transparent;
		background-color: transparent;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.links-container .banner-links .no-margin-right {
		margin-right: 0;
	}
	
	/* 每个链接的背景图 */
	.wszg {
		background-image: url('../img/cn_wszg_s.png');
	}
	
	.hyhd {
		background-image: url('../img/cn_hyhd_s.png');
	}
	
	.xmdj {
		background-image: url('../img/cn_xmdj_s.png');
	}
	
	.rcfw {
		background-image: url('../img/cn_rcfw_s.png');
	}
	
	.ysc {
		background-image: url('../img/cn_ysc_s.png');
	}
	
	/* banner这里的连接被悬浮 */
	.banner-links .banner-link-item:hover {
		height: 105px;
		margin-top: -34px;
	}
	
	/* 悬浮后 */
	.banner-links .banner-link-item:hover .wszg {
		background-image: url('../img/wzsg_hover_s.png');
	}
	
	.banner-links .banner-link-item:hover .hyhd {
		background-image: url('../img/hyhd_hover_s.png');
	}
	
	.banner-links .banner-link-item:hover .xmdj {
		background-image: url('../img/xmdj_hover_s.png');
	}
	
	.banner-links .banner-link-item:hover .rcfw {
		background-image: url('../img/rcfw_hover_s.png');
	}
	
	.banner-links .banner-link-item:hover .ysc {
		background-image: url('../img/ysc_hover_s.png');
	}
}

/* 新闻动态这一块 */
.news-events-box {
	position: relative;
	padding: 42px 0 28px;
	color: #000;
}

/* 新闻动态轮播图的点在右下角 */
.news-events-box .carousel-indicators  {
	left: auto;
	right: 20px;
	bottom: 18px;
	transform: none;
}

.news-events-box .pull-left {
	position: relative;
}

.news-events-box .media>.pull-left {
	margin-right: 18px;
}

.news-events-box .media .media-object {
	width: 534px;
	height: 393px;
}

.news-events-box .media-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	background-color: rgba(0, 0, 0, .68);
	filter: alpha(opacity=68);
}

.news-events-box .media-text p {
	width: 340px;
	font-size: 16px;
	line-height: 3;
	color: #fff;
}

.news-events-box .nav-pills>li>a {
	margin: 0;
	margin-right: 4px;
	font-size: 20px;
	line-height: 20px;
	padding: 11px 17px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #000;
}

.news-events-box .nav-pills>li>a:hover,
.news-events-box .nav-pills>li>a:focus,
.news-events-box .nav-pills>.active>a {
	color: #fff;
	background-color: #E32233;
}

.news-events-box .nav-pills {
	margin-bottom: 8px;
}

/* 第一条消息 */
.first-news {
	border-bottom: 1px dotted #5E5E5E;
}

.first-news .news-title {
	font-size: 18px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	line-height: 48px;
}

.first-news .news-text {
	margin-bottom: 16px;
	height: 40px;
	overflow: hidden;
	line-height: 1.5;
	color: #5E5E5E;
}

/* 新闻列表样式修改 */
.news-list ul {
	margin: 0;
	padding: 0;
	padding-top: 18px;
}

.news-list ul .news-item {
	list-style: none;
}

.news-list .news-item .news-title {
	font-weight: 400;
	line-height: 2.8;
	padding-right: 20px;
	margin: 0;
}

.news-list .news-item .news-time {
	text-align: right;
	line-height: 2.8;
	color: #8C8C8C;
}

/* 网上展馆的大图 */
/* 图片做的大标题 */
.title-img,
.museum-link img {
	display: block;
	width: 100%;
}

.museum-link img {
	height: 315px;
}

/* 会议活动 */
.metting-activities {
	padding-bottom: 47px;
	color: #000;
}

.metting-activities .left-box {
	padding-right: 20px;
}

/* 会议活动头部 */
.metting-activities .activities-header p {
	font-size: 22px;
	font-weight: 700;
	line-height: 52px;
	margin: 0;
}

.news-events-box .more,
.metting-activities .activities-header a {
	padding-right: 20px;
	font-size: 16px;
	line-height: 52px;
	color: #181818;
	background: url('../img/arrow.png') right center no-repeat;
}

.activity-item.media {
	margin-top: 0;
}

.activity-item.media>.pull-left {
	margin-right: 12px;
}

.activity-info {
	margin-bottom: 0;
	padding-left: 20px;
	line-height: 1.8;
	background-position: left 3px;
	background-repeat: no-repeat;
}

.activity-info.activity-name {
	background-image: url('../img/name.png');
}

.activity-info.activity-place {
	background-image: url('../img/work_place.png');
}

.activity-info.activity-time {
	background-image: url('../img/time.png');
}

.activity-item button.btn.btn-large {
	margin-top: 15px;
	padding-left: 34px;
	padding-right: 34px;
	border: none;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}

.activity-item .media-object {
	width: 294px;
	height: 229px;
}

.activity-item button.btn.red-btn {
	background: #E32233;
}

.activity-item button.btn.blue-btn {
	background: #223992;
}

.first-activity {
	padding-bottom: 13px;
	border-bottom: 1px solid #D2D2D2;
}

.next-activity {
	padding-top: 13px;
}

/* 线上活动大图 */
.activity-big {
	width: 568px;
	height: 486px;
}

/* 里面的轮播项 */
.activity-big .item {
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0!important;
	font-size: 0;
	text-align: center;
}

/* 这里的箭头 */
.activity-big .carousel-control {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 36px;
	transform: translateY(-50%);
}

.activity-big .carousel-control.left {
	left: 21px;
	background: url("../img/prev.png") no-repeat center;
	background-size: 100% 100%;
}

.activity-big .carousel-control.right {
	right: 21px;
	background: url("../img/next.png") no-repeat center;
	background-size: 100% 100%;
}

.img-big {
	width: 100%;
	height: 100%;
	display: block;
}

.activity-big .activity-title {
	margin-top: 100px;
	font-size: 31px;
	line-height: 2;
	color: #fff;
}

.activity-big  .item .play-btn {
	position: absolute;
	top: 321px;
	left: 50%;
	transform: translateX(-50%);
	width: 76px;
	height: 76px;
	margin-top: 37px;
}

/* 项目对接 */
.docking-projects {
	height: 802px;
	padding-top: 29px;
	box-sizing: border-box;
	background: url('../img/item_bg.png') no-repeat center;
}

.docking-projects .container {
	position: relative;
}

/* 项目对接里的查看更多 */
.docking-projects .see-more {
	position: absolute;
	right: 0;
	top: 134px;
	padding-right: 19px;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	background: url('../img/arrow_white.png') no-repeat right center;
}

.talent-service .talent-contents,
.docking-projects .docking-contents {
	display: table;
	margin: 24px auto 0;
}

.talent-service .talent-contents a,
.docking-projects .docking-contents a {
	margin: 0 10px;
	border: 1px solid #fff;
	padding: 11px 31px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	background-color: transparent;
}

.docking-projects .docking-contents a:hover,
.docking-projects .docking-contents a:focus,
.nav-pills.docking-contents>.active>a {
	font-weight: 700;
	color: #223992;
	background-color: #fff;
}

/* 项目对接的内容 */
.project-data {
	margin: 38px 0 0;
	padding: 5px 18px;
	box-sizing: border-box;
	background-color: #fff;
}

.project-data .project-data-item {
	list-style: none;
	padding-top: 6px;
	height: 124px;
	box-sizing: border-box;
	border-bottom: 1px solid #D1D1D1;
}

.project-data .project-data-item.no-border {
	border-bottom: none;
}

.project-data .project-data-item .project-data-title {
	font-size: 18px;
	line-height: 2.2;
	color: #253FBE;
}

.project-data .project-data-item em {
	padding-left: 20px;
	font-style: normal;
	color: #000;
}

.project-data .project-data-item .consult-btn {
	width: 97px;
	height: 46px;
	margin-top: 45px;
	margin-right: 20px;
	border: none;
	background: url('../img/cn_zx_blue.png');
}

.project-data .project-data-item .consult-btn:hover {
	background: url('../img/cn_zx_red.png');
}

.project-data .project-data-item p {
	padding-left: 23px;
	font-size: 16px;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: left center;
}

.project-data .project-data-item p.company {
	background-image: url('../img/builder.png');
}

.project-data .project-data-item p.person {
	background-image: url('../img/build_company.png');
}

.project-data .project-data-item p.area {
	background-image: url('../img/world.png');
}

.project-data .project-data-item p.ways {
	background-image: url('../img/service_content.png');
}

.project-data-item .span2 {
	box-sizing: border-box;
	text-align: right;
}

/* 人才服务 */
.talent-service {
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #FFF;
}

.talent-service .talent-contents {
	margin-top: 31px;
	padding-bottom: 32px;
}

.talent-service .talent-contents a {
	border-color: #253FBE;
	color: #253FBE;
}

.talent-service .talent-contents a:hover,
.talent-service .talent-contents a:focus,
.nav-pills.talent-contents>.active>a {
	color: #fff;
	background-color: #253FBE;
}

/* 一位老师的信息 */
.teacher-info.media {
	margin-top: 0;
	padding-bottom: 60px;
}

.teacher-info .pull-left {
	margin-right: 37px;
}

.teacher-info .media-object {
	width: 128px;
	height: 181px;
}

.teacher-info .media-body .teacher-basic-info {
	position: relative;
	padding-bottom: 8px;
	padding-left: 41px;
	color: #343333;
}

.teacher-info .media-body .teacher-basic-info::before {
	content: '';
	position: absolute;
	left: 0;
	width: 11px;
	height: 60px;
	background-color: #B00002;
}

/* 老师名字 */
.teacher-info .teacher-basic-info .tacher-name {
	margin-bottom: 14px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}

/* 类型 */
.teacher-info .teacher-basic-info .type {
	display: block;
	line-height: 1.9;
}

/* 简历与特长 */
.personal-detail p {
	padding-left: 41px;
}

.personal-detail .tip {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.9;
}

.personal-detail .detail {
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.talent-service .teacher-intro-small {
	margin-bottom: 50px;
}

/* 每一个小块的老师介绍 */
.teacher-intro-small .teacher-intro-item {
	width: 379px;
	margin-left: 30px;
	margin-top: 0;
	font-size: 0;
	overflow: hidden;
	background-color: #fff;
}

.teacher-intro-small .teacher-intro-item .pull-left {
	margin-right: 0;
}

/* 左边 */
.teacher-intro-item .teacher-photo {
	position: relative;
	width: 91px;
}

.teacher-intro-item .teacher-photo img {
	display: block;
	width: 94px;
	height: 128px;
}

.teacher-intro-item .teacher-photo .teacher-name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 90px 0 0;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	font-weight: 400;
	line-height: 2;
	color: #fff;
	background: -moz-linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
}

/* 右半部分 */
.teacher-intro-item .teacher-intro-text {
	padding: 12px 20px;
	width: 288px;
	height: 128px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #F8F8F8;
}

.teacher-intro-item .teacher-intro-text .media-heading {
	height: 48px;
	width: 215px;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 1.65;
	color: #343333;
}

.teacher-intro-item .teacher-intro-text .text {
	height: 52px;
	-webkit-line-clamp: 3;
	font-size: 12px;
	line-height: 1.45;
	color: #828282;
}

/* 查看更多 */
.recommend-companies .show-more,
.cooperate-company .show-more,
.talent-service .show-more {
	display: block;
	border-bottom: 3px solid #2741BF;
	padding-right: 20px;
	margin: 18px auto 0;
	width: min-content;
	font-size: 16px;
	white-space: nowrap;
	line-height: 40px;
	color: #181818;
	background: url('../img/arrow.png') no-repeat right 15px;
}

/* 
 合作机构这一块*/
.cooperate-company {
	padding-top: 55px;
	background-color: #F7F7F7;
}

/* 合作机构里面的小块*/
.cooperate-list {
	padding: 10px 24px 0;
}

.cooperate-list .cooperate-list-title {
	margin: 0;
	font-size: 19px;
	line-height: 3;
	color: #000;
}

/* 链接列表 */
.cooperate-list-content {
	padding: 0;
	margin: 0;
	margin-right: -36px;
}

/* 链接里的每个li */
.cooperate-list-content .cooperate-list-item {
	list-style: none;
	margin-right: 29px;
	float: left;
	/* 固定外层的宽高，高度用高度剩余法制造空隙，宽度不能让里面加了边框就变大 */
	height: 85px;
	width: 140px;
	box-sizing: border-box;
}

.cooperate-list-content .cooperate-list-item img.img-link {
	/* 占据父级所有空间的宽度，加上边框也不能变得更大 */
	width: 100%;
	height: 55px;
	box-sizing: border-box;
	border: 1px solid #8dcbfe;
}

/* 合作机构的查看更多 */
.cooperate-company .show-more {
	margin-top: 0;
	margin-bottom: 30px;
}

/* 推荐企业 */
.recommend-companies {
	position: relative;
	padding-top: 20px;
	padding-bottom: 60px;
	background: #f7f7f7;
}
/* 推荐企业的轮播区域 */
.recommend-companies .carousel {
	padding-top: 20px;
	padding-bottom: 70px;
}

.recommend-companies .carousel .span3 {
	width: 286px;
	margin-left: 19px;
}

/* 里面的企业logo和名字 */
.companies .img-box {
	width: 100%;
	height: 186px;
	font-size: 0;
	line-height: 186px;
	text-align: center;
}

.companies .img-box .icon {
	max-width: 100%;
	max-height: 100%;
	margin-right: 11px;
}

.companies .name {
	padding-top: 18px;
	margin: 0 20px;
	font-size: 20px;
	font-family: 'syht';
	color: #333;
}

/* 左右箭头样式修改 */
.recommend-companies .carousel-control {
	left: 50%;
	top: 209px;
	width: 48px;
	height: 48px;
	opacity: 1;
	display: none;
	margin-top: 0;
	margin-left: -672px;
	background: url("../img/left_arrow.png");
}

.recommend-companies .carousel-control.right {
	right: 50%;
	left: auto;
	margin-right: -672px;
	background: url("../img/right_arrow.png");
}

.recommend-companies:hover .carousel-control {
	display: block;
}

/* 参加展会按钮 */
@media screen and (min-width:1200px) and (max-width:1366px){
 .join-btn {
 	position: absolute;
 	top: 46px;
 	right: 0;
 	width: 120px;
 	height: 120px;
 	cursor: pointer;
 	background: url('../img/join_btn.png') no-repeat center;
 	-webkit-background-size: 100%;
 	background-size: 100%;
 }
}

@media screen and (min-width:1366px) and (max-width:1600px){
 .join-btn {
 	position: absolute;
 	top: 46px;
 	right: -5%;
 	width: 150px;
 	height: 150px;
 	cursor: pointer;
 	background: url('../img/join_btn.png') no-repeat center;
 	-webkit-background-size: 100%;
 	background-size: 100%;
 }
}

@media screen and (min-width:1600px) {
 .join-btn {
 	position: absolute;
 	top: 46px;
 	right: -16%;
 	width: 175px;
 	height: 175px;
 	cursor: pointer;
 	background: url('../img/join_btn.png') no-repeat center;
 	-webkit-background-size: 100%;
 	background-size: 100%;
 }
}

